home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 October / DPPCPRO1005.ISO / Download / Web Developer / webdeveloper.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / hide_images.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2005-03-21  |  202 b   |  15 lines

  1. *
  2. {
  3.     background-image: none !important;
  4. }
  5.  
  6. img
  7. {
  8.     display: none !important;
  9. }
  10.  
  11. .webdeveloper-alt-span
  12. {
  13.     -moz-outline: 1px inset #000000 !important;
  14.     padding: 1px !important;
  15. }